SftTree/NET 2.0

ButtonsClass Class

Softel vdm, Inc.

  ButtonsClass Class (Softelvdm.SftTreeNET Namespace)

An instance of the ButtonsClass class describes attributes that apply to all expand/collapse buttons in a SftTree/NET control.

There is only one instance of the ButtonsClass class for one SftTree/NET control. It is accessed using the control's Buttons property.

The images defined using these properties are only used if the control's ButtonLook property is set to ButtonLookEnum.Custom.

VB   

Public Class ButtonsClass Inherits Object

C#   

public class ButtonsClass : Object

C++   

public ref class ButtonsClass : public Object


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

none

This class cannot be instantiated.

   

Public Properties

Description

public propertyExpandableHot

Defines the optional expand/collapse button image used for an expandable item when the mouse cursor is located on the button.

public propertyExpandableNormal

Defines the expand/collapse button image used for an expandable item.

public propertyExpandablePressed

Defines the optional expand/collapse button image used for an expandable item when the button is pressed.

public propertyExpandedHot

Defines the optional expand/collapse button image used for an expanded item when the mouse cursor is located on the button.

public propertyExpandedNormal

Defines the expand/collapse button image used for an expanded item.

public propertyExpandedPressed

Defines the optional expand/collapse button image used for an expanded item when the button is pressed.

public propertyImageAttributes

Defines the optional images attributes that apply to all defined expand/collapse buttons images.

  

Public Methods

Description

public methodClear

Clears all defined default expand/collapse button images.

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodToStringinherited from System.Object

Returns a String that represents the current Object.

  

Public Event

Description

public eventPropertyChanged

Occurs when a property of a ButtonsClass instance is modified.

  

Protected Methods

Description

protected methodFinalizeinherited from System.Object

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

  

See Also     Softelvdm.SftTreeNET Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com